home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / CDROM / Amiga_MO_FAQ / DOSDrivers-5¼ / PC / SF1.3 < prev    next >
Text File  |  1999-06-21  |  842b  |  34 lines

  1. /* $VER: SF1.3 40.1 (21.6.99)
  2.  *
  3.  * 1.3GB 5¼" MO file system entry, for superfloppy type MS-DOS disks.
  4.  *
  5.  * This file enables CrossDOSFileSystem on a 1.3GB 5¼" MO disk cartridge.
  6.  */
  7.  
  8. /* 1.3GB 5¼" MO disks have 637041 1024-byte sectors on each side. */
  9.  
  10. FileSystem    = L:CrossDOSFileSystem
  11. Flags        = 0
  12. Surfaces    = 1
  13. BlocksPerTrack    = 1
  14. SectorsPerBlock    = 1
  15. SectorSize    = 1024
  16. Mask        = 0x7FFFFFFE    /* Change to suit your system and SCSI controller */
  17. MaxTransfer    = 0xFFFFFFFE    /* Change to suit your system and SCSI controller */
  18. Reserved    = 1
  19. Interleave    = 0
  20. LowCyl        = 0
  21. HighCyl        = 637040
  22. Buffers        = 128        /* Number of 1024-byte filesystem buffers */
  23. BufMemType    = 1
  24. DosType        = 0x4D534400
  25. StackSize    = 600
  26. Priority    = 10
  27. GlobVec        = -1
  28.  
  29. /* The Device and Unit fields are controlled by tooltypes in the SF1.3 icon.
  30.  *
  31.  * Device    = scsi.device
  32.  * Unit        = 4
  33.  */
  34.